home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 114
- Width = 382
- Height = 118
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 224
- Top = 8
- Width = 45
- Height = 13
- Caption = 'Waiting...'
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 118
- Height = 13
- Caption = 'Travelling Salesman test:'
- end
- object Label3: TLabel
- Left = 8
- Top = 48
- Width = 91
- Height = 13
- Caption = 'Knapsack problem:'
- end
- object Label4: TLabel
- Left = 224
- Top = 48
- Width = 45
- Height = 13
- Caption = 'Waiting...'
- end
- object Button1: TButton
- Left = 136
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Run'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 136
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Run'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-